home *** CD-ROM | disk | FTP | other *** search
- object DecalerForm: TDecalerForm
- Left = 238
- Top = 214
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'D'#233'caler'
- ClientHeight = 245
- ClientWidth = 289
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BAnnuler: TButton
- Left = 198
- Top = 204
- Width = 75
- Height = 25
- Caption = 'Annuler'
- TabOrder = 0
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 116
- Top = 204
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 1
- OnClick = BOkClick
- end
- object BApercu: TButton
- Left = 16
- Top = 204
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 2
- OnClick = BApercuClick
- end
- object BGHoriz: TGroupBox
- Left = 16
- Top = 16
- Width = 257
- Height = 81
- Caption = ' Axe horizontal '
- TabOrder = 3
- object Label1: TLabel
- Left = 144
- Top = 24
- Width = 33
- Height = 13
- Caption = 'Pixels :'
- end
- object RBDroite: TRadioButton
- Left = 12
- Top = 24
- Width = 117
- Height = 17
- Caption = 'Droite'
- TabOrder = 0
- OnClick = Changed
- end
- object RBGauche: TRadioButton
- Left = 12
- Top = 48
- Width = 117
- Height = 17
- Caption = 'Gauche'
- TabOrder = 1
- OnClick = Changed
- end
- object SEDX: TSpinEdit2
- Left = 144
- Top = 40
- Width = 81
- Height = 21
- MaxLength = 4
- MaxValue = 1000
- MinValue = 0
- ShowUpDown = True
- TabOrder = 2
- Value = 0
- OnChange = Changed
- end
- end
- object GBVerti: TGroupBox
- Left = 16
- Top = 108
- Width = 257
- Height = 81
- Caption = ' Axe vertical '
- TabOrder = 4
- object Label2: TLabel
- Left = 144
- Top = 24
- Width = 33
- Height = 13
- Caption = 'Pixels :'
- end
- object RBBas: TRadioButton
- Left = 12
- Top = 24
- Width = 117
- Height = 17
- Caption = 'Bas'
- TabOrder = 0
- OnClick = Changed
- end
- object RBHaut: TRadioButton
- Left = 12
- Top = 48
- Width = 117
- Height = 17
- Caption = 'Haut'
- TabOrder = 1
- OnClick = Changed
- end
- object SEDY: TSpinEdit2
- Left = 144
- Top = 40
- Width = 81
- Height = 21
- MaxLength = 4
- MaxValue = 1000
- MinValue = 0
- ShowUpDown = True
- TabOrder = 2
- Value = 0
- OnChange = Changed
- end
- end
- end
-